.rozchodniak {
  --rozchodniak-gap: 16px;

  padding-top: 50px;
  padding-bottom: 50px;
}

.rozchodniak .description-subtitle {
  line-height: 30px;
}

.rozchodniak__intro {
  margin: 0 0 60px;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rozchodniak__intro p {
  color: #4e4e4e;
}

.rozchodniak__intro p:last-child {
  margin-bottom: 0;
}

.rozchodniak__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--rozchodniak-gap);
  margin-top: 40px;
}

.rozchodniak__card {
  display: flex;
  align-items: flex-start;
  padding: 24px 28px 24px 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(13, 46, 36, 0.05);
}

.rozchodniak__card-icon {
  flex: 0 0 auto;
}

.rozchodniak__card-icon img {
  display: block;
  height: auto;
  object-fit: contain;
}

.rozchodniak__card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
}

.rozchodniak__card-title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #303030;
}

.rozchodniak__card-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rozchodniak__card-text p {
  color: #6c757d;
}

.rozchodniak__card-text p:last-child {
  margin-bottom: 0;
}

.rozchodniak .rozchodniak__card-button {
  align-self: flex-end;
  margin-top: 16px !important;
}

.rozchodniak__cta-arrow-btn {
  padding: 10px 32px !important;
  letter-spacing: -1%;
  border-radius: 68px;
}

@media (max-width: 991px) {
  .rozchodniak__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rozchodniak__intro {
    margin-bottom: 32px;
  }

  .rozchodniak__card {
    gap: 16px;
    padding: 20px;
  }

  .rozchodniak__card-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .rozchodniak__card {
    flex-direction: column;
    align-items: center;
  }

  .rozchodniak__card-icon {
    align-self: center;
  }

  .rozchodniak__card-icon img {
    width: 90%;
    height: auto;
  }

  .rozchodniak__card-content {
    align-items: center;
  }

  .rozchodniak .rozchodniak__card-button {
    align-self: stretch;
    margin: 60px auto;
  }
}
